home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK2.toast / Development Kits (Disc 2) / Thread Manager / Thread Manager 2.1.1d1+ / ThreadedSort / SortPicts.r < prev    next >
Encoding:
Text File  |  1995-04-28  |  1020 b   |  30 lines  |  [TEXT/MPS ]

  1. /* SortPicts resource file */
  2. #include "Types.r"
  3. #include "CodeFragmentTypes.r"
  4.  
  5. /* Include the SortPicts resources */
  6. include "SortPicts.rsrc" not 'ckid';
  7. include ":Sprocket:CreditsBox.rsrc" not 'ckid';
  8. include ":Sprocket:Sprocket.rsrc" not 'ckid';
  9.  
  10. resource 'SIZE' (-1) {
  11.     dontSaveScreen,
  12.     acceptSuspendResumeEvents,
  13.     enableOptionSwitch,
  14.     canBackground,                /* Can properly use background null events    */
  15.     doesActivateOnFGSwitch,        /* We do our own activate/deactivate; don't fake us out */
  16.     backgroundAndForeground,    /* This is definitely not a background-only application! */
  17.     dontGetFrontClicks,            /* Change this is if you want "do first click" behavior like the Finder */
  18.     ignoreAppDiedEvents,        /* Essentially, I'm not a debugger (sub-launching) */
  19.     is32BitCompatible,            /* This app can be run in 32-bit address space */
  20.     isHighLevelEventAware,        /* does Post/AcceptHighLevelEvent */
  21.     localAndRemoteHLEvents,
  22.     notStationeryAware,
  23.     dontUseTextEditServices,
  24.     reserved,
  25.     reserved,
  26.     reserved,
  27.     1500 * 1024,
  28.     1500 * 1024
  29. };
  30.